home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / BNDL Hacks ƒ / source (THINK C & LISP) / ierror.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-11  |  150 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.  * ierror.h
  3.  */
  4.  
  5. #ifndef H_ierror
  6. #define H_ierror
  7.  
  8. extern OSErr IError(short eCode,unsigned char* p1,unsigned char* p2,unsigned char* p3);
  9.  
  10. #endif